home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
diffs
/
gdb-4.12
/
gdb
/
remote-u.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-05
|
347 b
|
15 lines
*** orig/gdb-4.12/gdb/remote-u.c Tue Jul 26 00:41:44 1994
--- src/gdb-4.12/gdb/remote-u.c Tue Jul 26 00:41:58 1994
***************
*** 103,109 ****
--- 103,111 ----
int n;
char *p, *q;
+ #ifndef __GO32__
extern int strtol();
+ #endif
/* if no args, then nothing to do. */
if (args == NULL || *args == '\0')